home *** CD-ROM | disk | FTP | other *** search
/ Computer Life: SuperPac / SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO / pc / demos / nile / credits.dir / 00008.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  232 b   |  13 lines

  1. on exitFrame
  2.   global onIBM, FrameFrom
  3.   if onIBM then
  4.     puppetTransition(26)
  5.   else
  6.     puppetTransition(23)
  7.   end if
  8.   if FrameFrom >= label("Hidden Movie") then
  9.     set FrameFrom to label("Return")
  10.   end if
  11.   go(FrameFrom)
  12. end
  13.